const golang.org/x/crypto/blake2b.magic
7 uses
golang.org/x/crypto/blake2b (current package)
blake2b.go#L158: magic = "b2b"
blake2b.go#L159: marshaledSize = len(magic) + 8*8 + 2*8 + 1 + BlockSize + 1
blake2b.go#L167: b = append(b, magic...)
blake2b.go#L181: if len(b) < len(magic) || string(b[:len(magic)]) != magic {
blake2b.go#L187: b = b[len(magic):]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)